PreviousNextTracker indexSee it online !

(16/308) 79 - JCompile creates paths with spaces that javac can not handle

When I compile a .java file using JCompile in a path that
windows recognizes as having spaces, javac can not
handle paths containing space(s). When I enter any
paths, I use the dos designations without spaces. Jedit
or JCompile converts the dos paths into windows paths
(containing spaces). Then, when the string is passed to
javac, javac chokes on it.
I am attaching a zip file that contains the following:
Doc2.doc - screen shots of:
jedit's call of javac;
the resulting Consul window of the javac call;
the CLASSPATH value set from the env var.
system.txt - the startup log of jedit

Please contact me at keith.steiger@juno.com or
keith.steiger@amdocs.com

Submitted *anonymous - 2003-03-19 20:13:18 Assigned spestov
Priority 5 Labels
Status open Group None
Resolution None

Comments

2003-03-19 20:13:19
nobody

zip file containing a word doc and a txt

JCompileError.zip (73.9Kio)

2003-05-29 05:38:41
spestov

- **labels**: 102671 -->

2003-06-17 07:31:36
bemace

- **assigned_to**: nobody --> dmoebius

2005-03-09 13:17:21
dmoebius

- **assigned_to**: dmoebius --> spestov

2005-03-09 13:17:21
dmoebius

Logged In: YES
user_id=9521

As the screenshots indicate this is not JCompiler, it is the
Console plugin with the 'javac' commando.

Filenames with spaces are not a problem in JCompiler.
Console must be fixed.